Conversation
self.reserve(1) calls with self.grow_one() for better efficiency
#9856
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Instrumentation Performance ReportMerging #9881 will create unknown performance changesComparing Summary
Benchmarks breakdown
|
711ad2e to
834e350
Compare
edee838 to
e637e2e
Compare
32dd4d6 to
063f74f
Compare
a1f3cb7 to
bf153f2
Compare
| let (lower, _) = iterator.size_hint(); | ||
| self.reserve(lower.saturating_add(1)); |
There was a problem hiding this comment.
After a hundred experiments, I concluded that this has an impact on performance.
|
This is a testing PR, the real work has been done in #10670. |

No description provided.